Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > ILeadStream Interface > Read Method : Read(Byte[],Int32,UInt32) Method |
'Declaration
Overloads Function Read( _ ByVal buffer() As Byte, _ ByVal bufferIndex As Integer, _ ByVal count As UInteger _ ) As UInteger
'Usage
Dim instance As ILeadStream Dim buffer() As Byte Dim bufferIndex As Integer Dim count As UInteger Dim value As UInteger value = instance.Read(buffer, bufferIndex, count)
function Leadtools.ILeadStream.Read(Byte[],Int32,UInt32)( buffer , bufferIndex , count )
uint Read( array<byte>^ buffer, int bufferIndex, uint count )
Use the CanRead property to determine whether the current instance supports reading.